home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Shout3Ddemo / Shout3d_runtime / codebase / models / nodeSearchPathTests / pyramidRegular.s3d < prev   
Text File  |  2000-09-11  |  335b  |  19 lines

  1. #VRML V2.0 utf8
  2. # This file contains regular node class names, same
  3. # as standard VRML files.
  4.  
  5. DEF PYRAMID Transform {
  6.     rotation 0 1 0 .79 
  7.     children 
  8.         Shape {
  9.             appearance     Appearance {
  10.                 material Material {
  11.                     diffuseColor .6 .6 1 
  12.                 }
  13.             }
  14.             geometry Pyramid { 
  15.                 width 4 height 2 depth 1 
  16.             }
  17.         }
  18.     }
  19. }